home *** CD-ROM | disk | FTP | other *** search
- #ifndef __AEHandlers__
- #define __AEHandlers__
-
- #ifndef __APPLEEVENTS__
- #include <AppleEvents.h>
- #endif
-
- pascal OSErr OAPPHandler(AppleEvent theAppleEvent, AppleEvent reply, long handlerRefCon);
- pascal OSErr ODOCHandler(AppleEvent theAppleEvent, AppleEvent reply, long handlerRefCon);
- pascal OSErr PDOCHandler(AppleEvent theAppleEvent, AppleEvent reply, long handlerRefCon);
- pascal OSErr QUITHandler(AppleEvent theAppleEvent, AppleEvent reply, long handlerRefCon);
-
- #endif
-